home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 1: Comms & Networking / Almathera Ten on Ten - Disc 1: Comms & Networking.iso / amiga-useful / multiuser / netmufs-envoy / accounts / source.readme < prev   
Encoding:
Text File  |  1995-05-03  |  349 b   |  8 lines

  1. - I use my own library header because I do not like the one provided by
  2. SAS. Because of this, I also do not use the LIBCODE, LIBVERSION, etc. 
  3. options.
  4.  
  5. - DOSBase is shared (because I do not want to call OpenLibrary() for every
  6. libcall). This should not be a problem, as all context informations for
  7. dos.library are stored in the process structure.
  8.